body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 14px;
	background: #fff;
	color: #333;
	line-height: 32px;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}

.page_pro{background:#fff;}
.page_case {background:#fff;}
.page_news {background:#fff;}

.img {
	overflow: hidden;
	position: relative;
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.over {
	overflow: hidden;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*----------header----------*/
.header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.header.fixed .head {
	display: none;
}
.header .head {
	line-height: 42px;
	color: #FFFFCC;
	background:#0c5298;
}
.logo {
	line-height: 90px;
}
.logo img {
	vertical-align: middle;
	max-height:90px;
}
.menu ul {
	margin: 0 -45px;
}
.menu ul li {
	float: left;
	line-height: 50px;
	margin: 0 20px;
}
.menu ul li a {
	display: inline-block;
	position: relative;
}
.menu ul li a:after {
	content: '';
	display: block;
	left: 0;
	width: 0;
	right: 0;
	margin: 0 auto;
	height: 3px;
	background: #FFFFCC
}
.menu ul li.on a, .menu ul li a:hover {
	color: #333
}
.menu ul li.on a:after, .menu ul li a:hover:after {
	width: 80%;
}
.menu {
	margin-top: 20px;
}
.menu ul li a {
	color: #333;
	font-size:16px;
}
.banner_owl {
	position: relative;
}
.banner_owl .banner_cur {
	position: absolute;
	left: 2%;
	right: 2%;
	z-index: 100;
	top: 50%;
	margin-top: -30px;
}
.banner_cur span {
	display: block;
	width: 34px;
	height: 62px;
	float: left;
	background-color: #1f1c19;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/cur1.png);
	cursor: pointer;
}
.banner_owl:hover .banner_cur {
	left: 3%;
	right: 3%;
}
.banner_cur span.next {
	float: right;
	background-image: url(../images/cur2.png);
}
.banner .item {
	position: relative;
}
.banner .item .text {
	text-align: right;
	left: 0;
	width: 100%;
	color: #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 16px;
}
.banner .text h2 {
	font-size: 46px;
	margin-bottom: 36px;
	font-weight: normal;
	color: #fff;
}
.banner .text h2 span {
	color: #0197d6
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border: 2px solid #717171;
	background: none;
}
.owl-theme .owl-dots {
	margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0197d6;
	border-color: #0197d6;
	opacity: 1;
}
.banner .img1 {
	overflow: hidden;
}
/*----------mainer----------*/
.mainer {
	margin-top: 133px;
}
.page {
	padding: 45px 0;
}
.page_tit {
	height: 20px;
	border-bottom: 1px solid #0b6fd5;
	margin-bottom: 50px;
}

.footer .page_tit h3 {
color:#ffffff;
}
.footer .page_tit h3 span{color:#ffffff}
.copyright p{color:#ffffff;}
.page_tit h3 {
	display: inline-block;
	padding-right: 20px;
	font-size: 28px;
	font-weight: normal;
	color: #0c5298;
	background:#fff;
	font-weight:bold;
}
.about h3{color:#fff;}
.page_tit h3 span {
	font-size: 14px;
	color: #0c5298;
	text-transform: uppercase;
	margin-left: 10px;
	display: inline-block;
}
.page_tit label {
	display: block;
	margin: 15px auto;
	width: 44px;
	height: 3px;
	background: #007eff
}
.page_tit p {
	color: #343434;
	font-size: 16px;
}
.page_tit .tag {
	padding-left: 20px;
	float: right;
	background: #fff;
}
.page_tit .tag ul li {
	display: inline-block;
	padding: 0 5px;
}
.page_tit .tag ul li a {
	display: block;
	line-height: 26px;
	padding: 0 13px;
	color: #333333;
	border-radius: 3px;
}
.page_tit .tag ul li a:hover, .page_tit .tag ul li.on a {
	background: #0b6fd5;
	color: #FFFFCC;
}
.page_about .text p {
	line-height: 32px;
	color: #000;
	margin-bottom: 50px;
	font-size:15px;
}
.page_about .page_tit {
	padding-top: 80px;
}

.page_about .page_tit h3 span{color:#0c5298;}
.page_about .page_tit h3 {color:#0c5298;}
.page_about .text {
	padding-right: 50px;
}
.btn a {
	display: inline-block;
	width: 104px;
	line-height: 32px;
	color: #FFFFCC;
	background: #0c5298;
	border-radius: 1px;
	text-align: center;
}
ul:after {
	content: '';
	display: block;
	clear: both;
}
.pro_list ul li img {
	display: block;
}
.pro_list ul li .img{border-radius:2px;}
.pro_list ul li {
	width: 25%;
	float: left;
}
.pro_list ul li a {
	display: block;
	margin: 10px;
	position: relative;
	/* padding: 5px; */
}
.pro_list ul {
	margin: 0 -16px;
}
.pro_list ul li .text {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 153, 51, 0.8);
	text-align: center;
	color: #FFFFCC;
	line-height: 32px;
}
.pro_list ul li .text p {
	color: #fff;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
}


.pro_list ul li .box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.pro_list ul li .btn {
	margin: 0 auto;
	padding: 0 38px;
	line-height: 30px;
	border: 1px solid rgba(255,255,255,.2);
	display: inline-block;
	border-radius: 1px;
	margin-top: 20px;
}
.pro_list ul li .text h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}
.pro_list ul li .text label {
	display: block;
	width: 2px;
	height: 0;
	background: #fff;
	margin: 0 auto;
}
.pro_list ul li a:hover .text {
	opacity: 1;
}
.pro_list ul li a:hover .text label {
	height: 16px;
	margin-top: 10px;
}

.pro_list .pro-t{/* position:absolute; */left:0;bottom:0;/* background:#0b6fd5; */line-height:30px;font-size:16px;text-align:center;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333333;line-height:2.5em;}

.page_about {
	padding: 150px 0;
	background: url(../images/bg1.jpg) no-repeat center center;
	background-attachment: fixed;
	position: relative;
}
.page_about .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .9
}
.d_text p{font-size:16px;line-height:2em;}
.page_about .img1 {
	position: relative;
	z-index: 1;
}
.page_about img {
	display: block;
}
.page_about .img1 .box {
	position: absolute;
	top: -20px;
	right: -20px;
	bottom: -20px;
	background: #0197d6;
	left: 60%;
	z-index: -1;
}
.page_tit.on {
	border-bottom: 0
}
.page_tit.on h3 {
	background: none;
}
.news_list ul li {
	width: 33.333%;
	float: left;
}
.news_list ul li a {
	display: block;
	margin: 18px;
}
.news_list ul {
	margin: 0 -18px;
}
.news_list a {
	color: #333333;
}
.news_list h3 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFCC;
}
.news_list  .p_time{color:#FFFFCC}
.news_list  .d_text{color:#FFFFCC}

.news_list label {
	display: block;
	margin: 10px 0;
	width: 34px;
	height: 1px;
	background: #FFFFCC
}
.news_list .d_text {
	margin-top: 15px;
}
.news_list .text {
	margin-top: 10px;
}
.news_list a:hover {
	transform: translateY(-10px)
}
.page_num {
	/* box-shadow: 0 2px 20px rgba(0,0,0,0.1); */
	margin: 50px 0;
	z-index: 10;
	position: relative;
}

.page_numa {
	background: url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
}
.page_numa .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0b6fd5;
	opacity: .6
}
.page_num ul {
	padding: 52px 0;
	overflow: hidden;
}
.page_num li {
	width: 33.33%;
	float: left;
	text-align: center;
	margin-left: -1px;
	border-left: 1px solid rgba(255,255,255,0.3);
	padding: 5px 0;
	color: #fff;
}
.page_num li:first-child p{line-height:26px;}
.page_num li h3 {
	font-size: 18px;
	padding: 0 18px;
	background: url(../images/icon2.png) no-repeat right top;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
}
.page_num li p{padding:0 20px;line-height:1.5em;text-align:left;}
.link_list ul li {
	width: 25%;
	float: left;
}

.link_list ul li p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.link_list ul li a {
	display: block;
	margin: 11px;
	border: 1px solid #0b6fd5;
	text-align: center;
	line-height: 145px;
	color:#FFFFCC;
}
.link_list ul li a:hover {
	background: #0b6fd5;
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.link_list ul li a img {
	vertical-align: middle;
}
.link_list ul {
	margin: 0 -11px;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #0197d6 !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../images/full1.png);
}
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
.full li a span.span3 {
	background-image: url(../images/full3.png);
}
.full li a span.span4 {
	background-image: url(../images/full4.png);
}
.page_tit.bg_000 h3 {
	background: #0b6fd5;
}
/*----------footer----------*/
.footer {
	background: #0b6fd5;
}
.contact {color:#fff;}
.contact h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}
.address {
	margin-bottom: 30px;
}
.address span {
	display: inline-block;
	margin-right: 50px;
	color: #fff;
}
.address .share {
	float: right;
}
.address .share li {
	display: inline-block;
	margin-left: 10px;
}
.address .share a {
	display: block;
	width: 36px;
	height: 36px;
	background: #999;
	border-radius: 100%;
	line-height: 36px;
	text-align: center;
}
.address .share a:hover {
	background: #000
}
.address .share img {
	vertical-align: middle;
	margin-bottom: 3px;
}
.div_input {
	line-height: 38px;
	padding: 0 15px;
	background: #fff;
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
	color: #333;
}
.contact .list_lt {
	float: left;
	width: 38.5%;
	margin-bottom: 30px;
}
.contact .list_lt li {
	margin-bottom: 10px;
}
.contact .list_rt {
	float: right;
	width: 58.5%;
}
.div_input textarea {
	height: 114px;
	padding: 10px 0;
	width: 100%;
	display: block;
	border: 0;
	background: none;
	resize: none;
	color: #333;
}
.copyright a {
	color: #333333;
}
.copyright a:hover {
	color: #0197d6
}
.copyright {
	line-height: 30px;
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #FFFFCC;
	color: #333333
}
.pagesize {
	margin-top: 30px;
	text-align: center;
	padding: 30px 0;
}
.pagesize a {
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	line-height: 36px;
	background-color: #282828;
	color: #333333;
	height: 36px;
	vertical-align: middle;
	min-width: 16px;
	padding: 0 10px;
	margin: 5px;
}
.pagesize a:hover, .pagesize a.on {
	background-color: #0197d6;
	color: #fff;
}
.pagesize a.prev {
	background-image: url(../images/cur5.png);
}
.pagesize a.next {
	background-image: url(../images/cur6.png);
}
.pagesize a.prev:hover {
	background-image: url(../images/cur1.png);
}
.pagesize a.next:hover {
	background-image: url(../images/cur2.png);
}
.pro_details .tit {
	line-height: 95px;
	border-bottom: 1px solid #363636;
	margin-bottom: 30px;
}
.pro_details .tit h3 {
	font-size: 28px;
	font-weight: normal;
}
.pro_details .tit label {
	display: inline-block;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 1px;
	background: #363636;
	font-size: 14px;
	margin-left: 20px;
	vertical-align: middle;
	color:#fff;
}
.pro_details .text p {
	/* margin-top: 20px; */
	color: #333333
}
.pro_details .text {
	margin-bottom: 50px;
}

.pro_details .text img{min-width:50%;max-width:80%;display:block;margin:0 auto;}

.about .item {
	padding: 35px 0;
	border-bottom: 1px solid #363636;
	color: #333333;
}
.about .item:last-child {
	border-bottom: 0;
}
.about .item:after {
	content: '';
	display: block;
	clear: both;
}
.about .item .img {
	margin-left: 85px;
}
.about .item h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 30px;
}
.about2 li {
	padding: 20px 0;
	color: #666;
}
.about2 ul li span {
	display: block;
	float: left;
	margin-right: 30px;
	font-size: 22px;
	color: #fff;
	padding-right: 72px;
	position: relative;
}
.about2 ul li span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 0;
	width: 42px;
	background: #333;
	height: 1px;
}
.about2 ul li .text {
	overflow: hidden;
}
.ry_list ul {
	margin: 0 -36px;
}
.ry_list ul li {
	width: 25%;
	float: left;
}
.ry_list ul li:nth-child(4n+1) {
	clear: both;
}
.ry_list ul li .box {
	margin: 20px 36px;
}
.ry_list ul li .box .img {
	border: 1px solid #e1e1e1;
}
.ry_list ul li .box .img img {
	display: block;
}
.ry_list ul li .box p {
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 18px;
}
.zp_p_list {
	margin: 0 auto;
	line-height: 28px;
	color: #4c4c4c;
}
.zp_p_list a {
	color: #be9a78;
}
.bold {
	font-weight: bold;
}
.zp_p_list .list {
	color: #333333;
}
.zp_p_list .list:first-child {
	border-top: 1px solid #3a3a3b
}
.zp_p_list li.on.wow {
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.zp_p_list .list h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	line-height: 40px;
}
.zp_p_list .text > ul > li {
	list-style: decimal;
	margin-left: 20px;
}
.zp_p_list .box {
	padding: 0 20px;
}
.zp_p_list .box .list {
	padding: 20px 0;
}
.zp_p_list .text h4 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}
.zp_p_list .title {
	cursor: pointer;
	line-height: 54px;
	;
	background: url(../images/icon12.png) no-repeat 98% center;
	border: 1px solid #363636;
	padding: 0 20px;
}
.zp_p_list .zp_list > ul > li {
	margin: 10px 0;
}
.zp_p_list .title span {
	display: inline-block;
	margin-right: 75px;
}
.zp_p_list .title span.span1 {
	font-size: 22px;
	color: #fff;
}
.zp_p_list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
	border-color: #282828;
	background: url(../images/icon12-1.png) no-repeat 98% center #282828;
}
.zp_p_list li.on, .zp_p_list li:hover {
	background: #282828
}
.zp_p_list .on .title .span1, .zp_p_list li:hover .title .span1 {
	color: #ffc364;
}
.map {
	margin-bottom: 20px;
}
.news li {
	margin-top: 50px;
	position: relative;
}
.news li:after {
	content: '';
	;
	display: block;
	clear: both;
}
.news li .img {
	width: 410px;
	float: left;
	margin-right: 45px;
}
.news li .img img {
	display: block;
}
.news li .text {
	position: relative;
	overflow: hidden;
	padding-right: 135px;
	color: #333333
}
/* .news li:before {
	position: absolute;
	width: 10%;
	left: 0;
	top: 0;
	bottom: 0;
	background: #29292a;
	opacity: 0;
	content: '';
}
.news li:hover:before {
	opacity: 1;
	width: 100%;
} */
.news li .d_text {
	margin-top: 10px;
	height: 64px;
	overflow: hidden;
}
.news li:hover .btn {
	background-color: #0197d6
}
.news li .btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 88px;
	border: 1px solid #999;
	background-image: url(../images/cur6.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.news li .text h3 {
	margin-top: 60px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.news li .text label {
	display: block;
	margin: 10px 0;
	width: 35px;
	background: #343434;
	height: 1px;
}

/* .news li:hover .text h3 {color:#fff;}
.news li:hover .text p {color:#fff;} */
/*----------custom----------*/
.center {
	text-align: center;
}
.pro_list ul li .text1 h3 {
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-top: 10px;
}

.pro_list ul li .img p{text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

 @media only screen and (max-width: 1600px) {
.banner .item .text {
	font-size: 22px;
}
}
 @media only screen and (max-width: 1200px) {
.banner .item .text {
	font-size: 20px;
}
.banner img {
	width: 100%;
	/* margin-left: -10%; */
	max-width: initial;
}
}
 @media only screen and (max-width: 1000px) {
.banner .item .text {
	font-size: 18px;
}
.banner img {
	width: 100%;
	/* margin-left: -20%; */
}
.menu ul li {
	margin: 0 35px;
}
.menu ul {
	margin: 0 -35px;
}
.address span {
	margin-right: 30px;
}
.about .item .img {
	margin-left: 30px;
}
.pro_list ul li a {
	margin: 5px;
}
.pro_list ul {
	margin: 0 auto;
}
.page_about .img1 {
	width: 50%;
	margin-right: 30px;
}
.page_about .text {
	padding-right: 30px;
}
.page_about .page_tit {
	padding-top: 20px;
}
.page_tit {
	margin-bottom: 30px;
}
.page_about .text p {
	margin-bottom: 30px;
}
.news_list ul li a {
	margin: 5px;
}
.news_list ul {
	margin: 0
}
.link_list ul li a {
	margin: 5px;
}
.link_list ul {
	margin: 0
}
.pro_list ul li {
	width: 50%;
}
.news_list ul li:last-child {
	display: none;
}
.page_about {
	padding: 100px 0;
}
.address .share {
	float: none;
	margin-top: 5px;
	display:none;
}
.full {
	display: none;
}
.page {
	padding: 30px 0;
}
.page_num li p {
	width: 90%;
	margin: 0 auto;
	line-height: 25px;
}
.address .share li {
	margin-left: 0;
	margin-right: 10px;
}
.btn a{width:100%;}
}
 @media only screen and (max-width: 800px) {
.menu ul li {
	margin: 0 20px;
}
.menu ul {
	margin: 0 -20px;
}
.news li .img {
	width: 300px;
}
.news li .text h3 {
	margin-top: 10px;
}
.news li {
	margin-top: 20px;
}
.news li .img {
	margin-right: 20px;
}
/* .page_numa{display:none;} */
/* .pro_list ul li:nth-child(3){width:100%;}
.pro_list ul li:nth-child(6){width:100%;} */
}
 @media only screen and (max-width: 750px) {
.page_num li{width:100%;}
.menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #000;
	margin-top: 0
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #333;
	padding: 0
}
.menu ul li a {
	color: #999;
	line-height: 45px;
	font-size: 18px;
	padding: 0 20px;
}
.menu ul li a:after {
	display: none;
}
.menu ul {
	padding-top: 80px;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 60px;
	max-width:80%;
}


.menu_wrap {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #0197d6;
	background-size: 25px auto;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 60px;
}
.mainer {
	margin-top: 60px;
}
.banner .text h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.banner_cur {
	display: none;
}
.owl-theme .owl-dots {
	margin-bottom: 5px;
}
.banner .item .text {
	padding-bottom: 30px;
}
.page_tit .tag {
	float: none;
	padding: 0;
	text-align: center;
}
.page_tit h3 {
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}
.page_about .img1 {
	width: auto;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
}
.page_tit {
	text-align: center;
	height: auto;
	border-bottom: 0;
	margin-bottom: 20px;
}
.page_about .text {
	padding-right: 0
}
.page_about .text p {
	text-align: justify;
	margin-bottom: 10px
}
.news_list ul li {
	width: 100%;
	border-bottom:1px solid #fff;
	margin-bottom:20px;
}
.zp_p_list .title span {
	margin-right: 30px;
}

/* .pro_show  ul li:nth-child(3){display:none;} */


.link_list ul li{width:50%;}
.page_about .img1 img{width:100%;}

}
 @media only screen and (max-width: 550px) {
.head {
	display: none;
}
.pro_list ul li {
	width: 50%;
}
.page_num li {
	width: 100%;
	margin-bottom: 10px;
}
.link_list ul li {
	width: 50%;
}
.contact .list_rt, .contact .list_lt {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.about .item .img {
	margin: 0
}
.about .item h3 {
	margin-bottom: 10px;
}
.about .item {
	padding: 15px 0;
}
.about2 ul li span {
	padding-right: 0;
	margin-right: 15px;
}
.about2 li {
	padding: 5px 0;
}
.about2 ul li span:after {
	display: none;
}
.zp_p_list .title span {
	margin-right: 20px;
}
.zp_p_list .title {
	line-height: 30px;
	padding: 10px;
}
.zp_p_list .box {
	padding: 0 10px;
}
.ry_list ul li {
	width: 50%;
}
.ry_list ul li .box {
	margin: 5px;
}
.ry_list ul {
	margin: 0
}
.news li .btn {
	display: none;
}
.news li .img {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.news li .text {
	padding-right: 0
}
.pro_details .tit {
	line-height: 40px;
	padding-bottom: 15px;
}
.pro_details .tit label {
	margin-left: 10px;
}
.pro_details .tit h3 {
	font-size: 25px;
	white-space: normal;
}
.page_tit .tag ul li {
	margin-left: 0px;
	padding: 0;
	width:49%;
}
.page_tit .tag ul li  a{background:#0197d6;color:#fff;}

.ny_pro .tag ul li.on a {background:#4f2f5f;}
.pro_list ul li .text {display:none;}

}




.indexpro .img{
overflow: hidden;position: relative;height: 0;padding-top: 100%;
/* border:10px solid #0b6fd5; */
}
.indexpro .img img{
position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;min-width: 100%;min-height: 100%;max-width: 100%;max-height: 100%;margin: auto;
}


.new .img{
overflow: hidden;position: relative;height: 0;padding-top: 60%;
}
.new .img img{
position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;min-width: 100%;min-height: 100%;max-width: 110%;max-height: 110%;margin: auto;
}

.news .img .newspic{
width:100%;overflow: hidden;position: relative;height: 0;padding-top: 65%;
}
.news .img .newspic img{
position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;min-width: 100%;min-height: 100%;max-width: 110%;max-height: 110%;margin: auto;
}


.pro_list .img .propic{
width:100%;overflow: hidden;position: relative;height: 0;padding-top: 100%;
}
.pro_list .img .propic img{
position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;min-width: 100%;min-height: 100%;max-width: 100%;max-height: 100%;margin: auto;
}

.link_list .img .propic{
width:100%;overflow: hidden;position: relative;height: 0;padding-top: 75%;border:1px solid #e4e4e4;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
}
.link_list .img .propic img{
position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;min-width: 100%;min-height: 100%;max-width: 100%;max-height: 100%;margin: auto;
}
.pro_list .img .casepic{
width:100%;overflow: hidden;position: relative;height: 0;padding-top: 75%;
}
.pro_list .img .casepic img{
position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;min-width: 100%;min-height: 100%;max-width: 100%;max-height: 100%;margin: auto;
}








.news1 {
	clear: both;
	margin: 40px 0;
}
.news1 .title {
	margin-bottom: 20px;
	overflow: hidden;
}
.news1 .title .htitle {
	float: left;
	font-size: 20px;
	color: #0b6fd5;
	font-weight: bold;
}
.news1 .title .htitle  span{margin-left:10px;font-size:16px;}
.news1 .title .htitle img {
	height: 28px;
	vertical-align: text-bottom;
}
.news1 .title .more {
	float: right;
	color: #0b6fd5;
}
.news1 .box {
	padding: 20px 0px;
	border: 1px solid #ECECEC;
	overflow: hidden;
}
.news1 .box .front {
	float: left;
	display: block;
	width: 440px;
	margin-right: 20px;
	overflow: hidden;
}
.news1 .box .front .pic {
	margin-bottom: 20px;
	overflow: hidden;position: relative;height: 0;padding-top: 65%;
}
.news1 .box .front .pic img {
	position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;width: 100%;height: 100%;margin: auto;
}
.news1 .box .front .l1 {
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
}
.news1 .box .front .l1 em.time {
	float: right;
	margin: 3px 0 0;
	color: #CECECE;
	font-size: 13px;
}
.news1 .box .front .l2 {
	color: #808080;
	font-size: 13px;
}
.news1 .box .list {
	overflow: hidden;
}
.news1 .box .list > li {
	margin-bottom: 7px;
	list-style:none;
}
.news1 .box .list > li:last-child {
	margin-bottom: 0;
}
.news1 .box .list > li a {
	display: block;
	padding: 15px;
	background: none;
}
.news1 .box .list > li a:hover {
	background: #5091C8;
}
.news1 .box .list > li a .time {
	display: inline-block;
	float: left;
	width: 100px;
	font-family: Arial;
	border-right: 1px solid #CAC9C9;
	margin-right: 22px;
	text-align: center;
	color: #6C6C6C;
	transition: ease .3s;
}
.news1 .box .list > li a:hover .time {
	border-right: 1px solid #fff;
	color: #fff;
}
.news1 .box .list > li a .time b {
	display: block;
	font-size: 25px;
}
.news1 .box .list > li a .l1 {
	color: #666666;
	font-size: 16px;
	transition: ease .3s;
	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.news1 .box .list > li a .l2 {
	color: #808080;
	font-size: 13px;
	overflow: hidden;
	transition: ease .3s;
	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.news1 .box .list > li a:hover .l1 {
	color: #fff;
}
.news1 .box .list > li a:hover .l2 {
	color: #fff;
}
 @media (max-width: 1024px) {
.news1 .box .front {
	width: 50%;
}

.news1 .box .front .pic {
	margin-bottom: 20px;
	overflow: hidden;position: relative;height: 0;padding-top: 65%;
}
.news1 .box .front .pic img {
	position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;width: 100%;max-height: 100%;margin: auto;
}

}
 @media (max-width: 800px) {
.news1 .box {
	padding: 10px;
}
.news1 .box .front {
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 40px;
}
.news1 .box .list > li a .time {
	width: 80px;
}
}
 @media (max-width: 500px) {
.news1 .box .list > li a .time {
	width: 60px;
	margin-right: 10px;
}
}


















/* .page_list {margin-bottom:3em;} */
.page_list_ny .page_tit h3{background:#fff;color:#333333;}
.page_list_ny .page_tit h3 span {color:#333333;}
.page_list_ny .page_tit{border-bottom:1px solid #f1f1f1;}

.page_list_ny .page_tit .tag{background:#fff;}










